tools/libxl_arm: Modify libxl__prepare_dtb...
authorMichal Orzel <michal.orzel@arm.com>
Fri, 15 Oct 2021 16:51:44 +0000 (17:51 +0100)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Fri, 15 Oct 2021 19:40:21 +0000 (12:40 -0700)
commit559ea0debabac5f142d3b901527d48cc99021588
treeb92e55da2edf31232a6d6345d9da1fb217db2ed7
parent1b4047a9f2c6fe7331fcb283796eb1b1d1a5d827
tools/libxl_arm: Modify libxl__prepare_dtb...

... to take a second argument of type libxl_domain_config*
rather than libxl_domain_build_info*.

This change will be needed to get access from
libxl__prepare_dtb to "num_pcidevs" field of
libxl_domain_config to check whether to create
a vPCI DT node or not.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Suggested-by: Ian Jackson <iwj@xenproject.org>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
tools/libs/light/libxl_arm.c